projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ff602d
)
(declare-function): Doc fix.
author
Glenn Morris
<rgm@gnu.org>
Sat, 13 Dec 2008 04:12:45 +0000
(
04:12
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 13 Dec 2008 04:12:45 +0000
(
04:12
+0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index c1f23d1740cdf23ac054ae645f4df1749e5dde52..9d30d7c3d731569d75dd189927be4dcbde81de65 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,7
@@
2008-12-13 Glenn Morris <rgm@gnu.org>
+ * subr.el (declare-function): Doc fix.
+
* font-core.el (font-lock-defaults): Doc fix: mention levels;
refer to elisp manual.
diff --git
a/lisp/subr.el
b/lisp/subr.el
index d3160ef239e86bc47e96168bea375eaa3edeb6db..67284c8753b864085b805dcb3c2d6d0e33b578df 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-68,7
+68,7
@@
the end of FILE must be all on the same line. For example:
\(declare-function c-end-of-defun \"progmodes/cc-cmds.el\"
\(&optional arg))
-For more information, see Info node `
elisp(Declaring Functions)
'."
+For more information, see Info node `
(elisp)Declaring Functions
'."
;; Does nothing - byte-compile-declare-function does the work.
nil)